xen.git
2006-05-31 kfraser@dhcp93... Fix ACM hypercall macros (broke the x86/64 and ia64...
2006-05-31 kfraser@dhcp93... Use a global build configuration file, and rework libxc...
2006-05-31 kaf24@firebug... [HVM] Fixes to buffer handling in ne2000 device model.
2006-05-31 kaf24@firebug... The xm dmesg command wasn't taking the -c/--clear optio...
2006-05-31 kaf24@firebug... Update .hgignore list for rombios changes.
2006-05-31 kaf24@firebug... [VTPM_TOOLS] Updated vtpm for new release of the tpm_em...
2006-05-31 kaf24@firebug... [MINIOS] Various address-space fixes.
2006-05-31 kaf24@firebug... [HVMLOADER] Default to 8-way SMP rombios.
2006-05-31 kaf24@firebug... [SVM] Fix virtualization of the CPUID NX bit, and clean...
2006-05-31 kaf24@firebug... [HVM] Fix shadow mode to not corrupt frame 0's page_inf...
2006-05-31 kaf24@firebug... [ACM] Add a hypervisor call macro to the linux kernel; it
2006-05-31 kaf24@firebug... Fix x86/64 definition of dma_get_cache_alignment().
2006-05-30 cl349@firebug... Explicitly use sh to run ioemu configure
2006-05-30 cl349@firebug... Explicitly use sh to run mkhex
2006-05-30 kaf24@firebug... Fix PAE debug builds to avoid shadowing shadow-mode...
2006-05-30 kaf24@firebug... Fix infinite recursion loop in get_page_type() error...
2006-05-30 kaf24@firebug... Define halt() and safe_halt() properly for Linux-on...
2006-05-30 kaf24@firebug... Make perfc_valuea actually return the value it reads.
2006-05-30 kaf24@firebug... [HVM][AMD] Support HVM SMP guests on AMD Pacifica hardw...
2006-05-30 kaf24@firebug... [HVM] Fix a bug in the emulation of the xchg instruction.
2006-05-30 kaf24@firebug... [BALLOON] Remove the static lower bound on memory targe...
2006-05-30 kaf24@firebug... Fix the support for PAE pgdirs above 4GB that was intro...
2006-05-28 ack@kneesa... Update docs for new credit scheduler and cleanup out...
2006-05-28 kaf24@firebug... Fix SMP boot for kernels without CONFIG_HOTPLUG_CPU.
2006-05-27 kaf24@firebug... Rename csched -> sched_credit/sched-credit in control...
2006-05-26 kaf24@firebug... [PAE] Allow pgdirs above 4GB for paravirt guests.
2006-05-26 kaf24@firebug... Remove bogus inline asm of unused function memchr().
2006-05-26 kaf24@firebug... Cast to a signed type before negating if we really...
2006-05-26 kaf24@firebug... [MINIOS] Allows the use of a C library without modifyin...
2006-05-26 Ian.Campbell... Move include/asm-x86_64/e820.h to include/asm-x86_64...
2006-05-26 ack@kneesa... New weighted fair-share CPU scheduler w/ automatic...
2006-05-26 kaf24@firebug... Fix cscope rule in .hgignore.
2006-05-25 kaf24@firebug... Remove net_driver_util module. Inline the one mac-parsi...
2006-05-25 kaf24@firebug... [XEND] Wait sufficient time for memory to balloon out...
2006-05-25 kaf24@firebug... Allow compat hypercalls to be made via privcmd (to...
2006-05-25 kaf24@firebug... Fix VMEXIT tracing.
2006-05-25 kaf24@firebug... [HVM] Support multiple HVM time device models coming...
2006-05-25 kaf24@firebug... Fix x86/64 build after previous changeset.
2006-05-25 kaf24@firebug... Remove redundant test in grant-table interface code.
2006-05-25 kaf24@firebug... Change the x86_emulate() interface to pack all context...
2006-05-25 kaf24@firebug... [BALLOON] Do not allow target to be set below two perce...
2006-05-25 kaf24@firebug... Do not include asm/fixmap.h directly from non-arch...
2006-05-25 kaf24@firebug... [XEND] Remember cpu-pinning information across guest...
2006-05-25 kaf24@firebug... Fix xc_tbuf.c indentation and stop turning failure...
2006-05-25 kaf24@firebug... Ensure trace-buffer size is set back to zero if trace...
2006-05-25 kaf24@firebug... [NET] front: Use netif_carrier to model backend-connect...
2006-05-25 kaf24@firebug... Separate xenbusstate enumeration from typedef. Avoid...
2006-05-24 cl349@firebug... Fix IDE CD-drive PIO mode.
2006-05-24 kaf24@firebug... Remove unnecessary x86-specific mapping code from privc...
2006-05-24 kaf24@firebug... [XENSTORE] Make use of /proc/xen/xsd_{port,kva} private...
2006-05-24 kaf24@firebug... [PTRACE] Fix ptrace for hvm guests.
2006-05-24 kaf24@firebug... Event-channel driver: Use for_each_possible_cpu instead
2006-05-24 kaf24@firebug... Fix kcons_write and kcons_write_dom0 CodingStyle.
2006-05-24 kaf24@firebug... Use DEFINE_SPINLOCK in Linux drivers, conforming to...
2006-05-24 kaf24@firebug... Remove broken inline-asm string functions from Xen...
2006-05-23 emellor@leeni... Allow a guest to determine its VM UUID.
2006-05-23 emellor@leeni... Fix log message written when xenstored corrupts its...
2006-05-23 emellor@leeni... Added get_permissions implementation.
2006-05-23 emellor@leeni... Fix xspy_get_permissions -- you can't increment the...
2006-05-23 kaf24@firebug... Move Xen CPU hotplug code into new file cpu_hotplug.c.
2006-05-22 awilliam@xenbuild.aw[IA64] update default build configs
2006-05-22 awilliam@xenbuild.awmerge with xen-unstable.hg
2006-05-22 kaf24@firebug... [IA64] Work around auto-ballooning changes.
2006-05-22 Ian.Campbell... Fix x86/64 by passing the required length to reserve_bo...
2006-05-22 awilliam@xenbuild.aw[IA64] Enable VTi network by defalt
2006-05-22 ack@kneesa... Patch linux so that /proc/stat shows all -- not just...
2006-05-22 Ian.Campbell... Fix x86/64 -xenU build. probe_roms() is only defined...
2006-05-22 Ian.Campbell... Remove DOM0_PHYSICAL_MEMORY_MAP dom0 op.
2006-05-22 Ian.Campbell... Convert x86/64 Linux to use the new memory map hypercall.
2006-05-22 Ian.Campbell... Convert x86/32 Linux to use the new memory map hypercall.
2006-05-22 Ian.Campbell... New memory_op subops which return the apparent or actua...
2006-05-22 Ian.Campbell... Add include/asm-x86_64/e820.h to sparse tree
2006-05-22 Ian.Campbell... Re-order code in preparation for future patches.
2006-05-21 kaf24@firebug... [LOADER] More sanity checks when parsing Elf images...
2006-05-21 kaf24@firebug... [ACM] Replace the union structure parameter of the...
2006-05-21 kaf24@firebug... Finish separating the typedefs from structure definitio...
2006-05-21 kaf24@firebug... [LOADER] Another change to the elf_paddr_offset/virt_ba...
2006-05-21 awilliam@xenbuild.aw[IA64] Enable P2M/VP by default
2006-05-21 awilliam@xenbuild.aw[IA64] add missing ia64_trace_syscall privop
2006-05-21 awilliam@xenbuild.aw[IA64] make it possible to disable CONFIG_XEN
2006-05-21 awilliam@xenbuild.aw[IA64] sparse-merge: check SPARSEDIR for modifications
2006-05-21 awilliam@xenbuild.aw[IA64] minor fix for sparse-merge
2006-05-21 kaf24@firebug... [LOADER] Remove check for VIRT_BASE existence: it's...
2006-05-20 kaf24@firebug... [BUILDER] Always build initial PAE pagetables with...
2006-05-19 cl349@firebug... Don't require sed to support the -r option.
2006-05-19 cl349@firebug... Make the latest network-bridge tweaks work in a busybox...
2006-05-19 kaf24@firebug... [SHADOW] Crash the guest rather than BUGing the whole...
2006-05-19 emellor@leeni... Merged.
2006-05-19 Anthony LiguoriExpose the exceptions thrown by xen.lowlevel.xc so...
2006-05-19 kaf24@firebug... [MINIOS] PAE support.
2006-05-19 harry@localhost... Add a read-verify block device test to xm-test.
2006-05-19 stekloff@elm3b216... This patch resizes the file system on the xm-test HVM...
2006-05-19 emellor@leeni... Merged.
2006-05-19 emellor@leeni... The enforce_dom0_cpus test sets the number of vcpus...
2006-05-19 kaf24@firebug... Several page allocations, done in the hypervisor when...
2006-05-19 kaf24@firebug... [XEND] An empirical and more conservative memory-overhe...
2006-05-19 kaf24@firebug... [XEND] separate concept of initial memory size and...
2006-05-19 kaf24@firebug... [XM-TEST] Use explicit (IP id==packet size) on hping2...
2006-05-19 kaf24@firebug... [NET] front: Remove duplicate maybe_wake_tx
2006-05-19 kaf24@firebug... Fix xentrace_format to deal with more than 16 CPUs.
next